home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Audio Programming
/
GameAudioProgramming.iso
/
Extras
/
Dolby
/
DISK 2
/
02Resources.swf
/
scripts
/
DefineButton2_4
/
BUTTONCONDACTION on(press).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-02-03
|
139 b
|
5 lines
on(press){
startDrag(this,0,0,_parent.upperLimit * 1.1,0,_parent.lowerLimit - _parent.scrollBar._height);
this.gotoAndStop(2);
}